This is my first time on this list, so I am assuming I should reply to your 
email.
Here is the code that establishes the association with files with "vts" suffix 
with the application executable.  This allows the user to double-click on the 
file which opens the app.
       <!-- Establish file suffix-VTASC.exe association -->
            <ProgId Id='VTASCModelFile' Description='VTASC File'>
              <Extension Id='vts' ContentType='application/vts'>
                <Verb Id='open' Command='Open' 
TargetFile='filABB38C272D0DDEA9627E512137AD83F6' Argument='"%1"' />
              </Extension>
            </ProgId>      
Changing to perUser seems to have disallowed the above code to work.  


-----Original Message-----
From: Rob Mensching [mailto:r...@firegiant.com] 
Sent: Thursday, July 16, 2015 10:49 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] File extension association

What does this part mean "now the association between the application and its 
model file is no longer established at installation"?

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-----Original Message-----
From: Moore, Odric M. (MSFC-ER43)[MITS] [mailto:ric.mo...@nasa.gov]
Sent: Thursday, July 16, 2015 7:22 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] File extension association

I have a WiX 3.7 installation package that is operating fine using perMachine 
IntallScope.  I want to change the installation so that it can be accomplished 
without admin privilege.

Changing to perUser has accomplished that, but now the association between the 
application and its model file is no longer established at installation.

Is this something that is not permitted under perUser?



------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that you need 
to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that you need 
to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to