-
as seen on Stack Overflow
- Search for 'Stack Overflow'
If this is a repeat question, please direct me to the existing solution. I wasn't able to find a matching query.
We currently use InstallShield. I'm attempting to covert a project with 407 files to a WiX3 installation package. I tried using heat.exe to do some of the automation but I get the following…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been playing around with Wix, making a little app with auto-generated installer and three versions to test the upgradability, 1.0, 1.1 and 2.0.
1.1 is meant to be able to upgrade from 1.0, and not to allow the user to install 1.1 if 1.1 is already present.
<Upgrade Id="F30C4129-F14E-43ee-BD5E-03AA89AD8E07">
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm using Wix to create an installer for a Silverlight application.
When I install the application the virtual directory that has been created has the execute permission checked for the *.dll handler mapping (IIS 7 Web site VDir Handler Mappings *.dll Edit Feature Permissions Execute)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got a Wix project made up of several fragments. One of those fragments has the database components, another has a component that manipulates xml files.
When I include the XmlFile element to manipulate a file, the databases defined by the SqlDatabase do not get created. If I comment out the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm referencing a WiX extension in a WiX library project. This WiX library project is itself referenced by my main WiX MSI project. Why does the main project have to also reference the WiX extension, even though it doesn't directly need it?
I'd like to keep my wixlib's as self-contained as possible…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
we have an Java application deployed with Java Web Start (JNLP) that does a desktop shortcut.
One client has issue with Windows 7 : in the end of startup/installation there is a message "cannot create shortcut".
With our own Windows 7 machine we don't have problems and unfortunately we don't…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
It's weird that creating desktop shortcuts is currently so primitive.
I found the following: Create Shortcut / launcher on Desktop in Ubuntu 12.04
That helps. However, if there's something wrong with the shortcut, it just doesn't do anything. For instance, I tried to create a shortcut for this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for chatroom on one page with 7 loggedin users and 6+rows for say 42 users.these users will keep on adding wthnew users.Need urgent help.A PRETTY UNUSUAL Q FOR MOST OF U.What is MORE REQ new features:
Usernames are unique to users currently chatting
You can see a "currently chatting"…
>>> More
-
as seen on Super User
- Search for 'Super User'
Can you assign a keyboard shortcut to the commands you've placed in OneNote 2010's "Quick Access Toolbar"?
CTRL+1, CTRL+2 or something..
What I really want to do is have a keyboard shortcut to select Pen #1, Pen #2 etc, but since I placed the pens in the "Quick Access Toolbar" I'd be happy if I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Take an excruciatingly simple batch file:
echo hi
pause
Save that as test.bat. Now, make a shortcut to test.bat. The shortcut runs the batch file, which prints "hi" and then waits for a keypress as expected. Now, add some argument to the target of the shortcut. Now you have a shortcut to:
%path%\test…
>>> More